home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 July / CMCD0704.ISO / Software / Shareware / Comunicatii / feedaemon / fd110rc5.exe / {app} / FeedDemon.exe / 0 / RCDATA / TFTRIALNAG / TFTRIALNAG.txt
Text File  |  2004-05-31  |  3KB  |  136 lines

  1. object fTrialNag: TfTrialNag
  2.   Left = 345
  3.   Top = 251
  4.   ActiveControl = btnNow
  5.   BorderIcons = []
  6.   BorderStyle = bsDialog
  7.   Caption = 'FeedDemon'
  8.   ClientHeight = 371
  9.   ClientWidth = 464
  10.   Color = clBtnFace
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   OldCreateOrder = False
  17.   Position = poScreenCenter
  18.   ShowHint = True
  19.   OnCreate = FormCreate
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object bvlTop: TBevel
  23.     Left = 0
  24.     Top = 114
  25.     Width = 464
  26.     Height = 6
  27.     Shape = bsTopLine
  28.   end
  29.   object shpTop: TShape
  30.     Left = 0
  31.     Top = 0
  32.     Width = 464
  33.     Height = 114
  34.     Align = alTop
  35.     Pen.Style = psClear
  36.   end
  37.   object imgLogo: TImage
  38.     Left = 47
  39.     Top = 41
  40.     Width = 287
  41.     Height = 66
  42.     AutoSize = True
  43.     Transparent = True
  44.   end
  45.   object HTML1: THTMLabel
  46.     Left = 47
  47.     Top = 134
  48.     Width = 370
  49.     Height = 45
  50.     AnchorHint = False
  51.     AutoSizing = True
  52.     AutoSizeType = asVertical
  53.     Ellipsis = False
  54.     HintShowFull = False
  55.     Hover = False
  56.     HoverColor = clNone
  57.     HoverFontColor = clNone
  58.     HTMLHint = False
  59.     HTMLText.Strings = (
  60.       '<b>Set at Runtime</b><br><br>Set at runtime')
  61.     ShadowColor = clGray
  62.     ShadowOffset = 2
  63.     URLColor = clBlue
  64.     VAlignment = tvaTop
  65.     OnAnchorClick = HTML1AnchorClick
  66.   end
  67.   object htmlOrderInfo: THTMLabel
  68.     Left = 47
  69.     Top = 227
  70.     Width = 370
  71.     Height = 19
  72.     AnchorHint = False
  73.     AutoSizing = True
  74.     AutoSizeType = asVertical
  75.     Ellipsis = False
  76.     HintShowFull = False
  77.     Hover = False
  78.     HoverColor = clNone
  79.     HoverFontColor = clNone
  80.     HTMLHint = False
  81.     HTMLText.Strings = (
  82.       'Set at runtime')
  83.     ShadowColor = clGray
  84.     ShadowOffset = 2
  85.     URLColor = clBlue
  86.     VAlignment = tvaTop
  87.     OnAnchorClick = HTML1AnchorClick
  88.   end
  89.   object imgBradsoft: TImage
  90.     Left = 47
  91.     Top = 10
  92.     Width = 171
  93.     Height = 27
  94.     Cursor = crHandPoint
  95.     AutoSize = True
  96.     Transparent = True
  97.     OnClick = imgBradsoftClick
  98.   end
  99.   object btnNow: TButton
  100.     Left = 258
  101.     Top = 337
  102.     Width = 75
  103.     Height = 25
  104.     Caption = 'Order Now!'
  105.     Default = True
  106.     TabOrder = 1
  107.     OnClick = btnNowClick
  108.   end
  109.   object btnLaterOrExit: TButton
  110.     Left = 342
  111.     Top = 337
  112.     Width = 75
  113.     Height = 25
  114.     Caption = 'Order &Later'
  115.     TabOrder = 2
  116.     OnClick = btnLaterOrExitClick
  117.   end
  118.   object prgPeriod: TProgressBar
  119.     Left = 47
  120.     Top = 193
  121.     Width = 370
  122.     Height = 16
  123.     Max = 15
  124.     TabOrder = 3
  125.   end
  126.   object btnEnterKey: TButton
  127.     Left = 47
  128.     Top = 336
  129.     Width = 138
  130.     Height = 25
  131.     Caption = 'Enter Serial Number...'
  132.     TabOrder = 0
  133.     OnClick = btnEnterKeyClick
  134.   end
  135. end
  136.